home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 1999 January / maximum-cd-1999-01.iso / Symantec Visual Cafe / WDESAMPL.BIN / Node.class (.txt) < prev    next >
Encoding:
Java Class File  |  1996-09-18  |  375 b   |  13 lines

  1. class Node {
  2.    // $FF: renamed from: x double
  3.    double field_0;
  4.    // $FF: renamed from: y double
  5.    double field_1;
  6.    // $FF: renamed from: dx double
  7.    double field_2;
  8.    // $FF: renamed from: dy double
  9.    double field_3;
  10.    boolean fixed;
  11.    String lbl;
  12. }
  13.